3.1679 \(\int \frac {1}{(1-2 x)^3 (3+5 x)} \, dx\)

Optimal. Leaf size=43 \[ \frac {5}{121 (1-2 x)}+\frac {1}{22 (1-2 x)^2}-\frac {25 \log (1-2 x)}{1331}+\frac {25 \log (5 x+3)}{1331} \]

[Out]

1/22/(1-2*x)^2+5/121/(1-2*x)-25/1331*ln(1-2*x)+25/1331*ln(3+5*x)

________________________________________________________________________________________

Rubi [A]  time = 0.02, antiderivative size = 43, normalized size of antiderivative = 1.00, number of steps used = 2, number of rules used = 1, integrand size = 15, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.067, Rules used = {44} \[ \frac {5}{121 (1-2 x)}+\frac {1}{22 (1-2 x)^2}-\frac {25 \log (1-2 x)}{1331}+\frac {25 \log (5 x+3)}{1331} \]

Antiderivative was successfully verified.

[In]

Int[1/((1 - 2*x)^3*(3 + 5*x)),x]

[Out]

1/(22*(1 - 2*x)^2) + 5/(121*(1 - 2*x)) - (25*Log[1 - 2*x])/1331 + (25*Log[3 + 5*x])/1331

Rule 44

Int[((a_) + (b_.)*(x_))^(m_.)*((c_.) + (d_.)*(x_))^(n_.), x_Symbol] :> Int[ExpandIntegrand[(a + b*x)^m*(c + d*
x)^n, x], x] /; FreeQ[{a, b, c, d}, x] && NeQ[b*c - a*d, 0] && ILtQ[m, 0] && IntegerQ[n] &&  !(IGtQ[n, 0] && L
tQ[m + n + 2, 0])

Rubi steps

\begin {align*} \int \frac {1}{(1-2 x)^3 (3+5 x)} \, dx &=\int \left (-\frac {2}{11 (-1+2 x)^3}+\frac {10}{121 (-1+2 x)^2}-\frac {50}{1331 (-1+2 x)}+\frac {125}{1331 (3+5 x)}\right ) \, dx\\ &=\frac {1}{22 (1-2 x)^2}+\frac {5}{121 (1-2 x)}-\frac {25 \log (1-2 x)}{1331}+\frac {25 \log (3+5 x)}{1331}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]  time = 0.02, size = 46, normalized size = 1.07 \[ \frac {-220 x-50 (1-2 x)^2 \log (1-2 x)+50 (1-2 x)^2 \log (10 x+6)+231}{2662 (1-2 x)^2} \]

Antiderivative was successfully verified.

[In]

Integrate[1/((1 - 2*x)^3*(3 + 5*x)),x]

[Out]

(231 - 220*x - 50*(1 - 2*x)^2*Log[1 - 2*x] + 50*(1 - 2*x)^2*Log[6 + 10*x])/(2662*(1 - 2*x)^2)

________________________________________________________________________________________

fricas [A]  time = 0.65, size = 55, normalized size = 1.28 \[ \frac {50 \, {\left (4 \, x^{2} - 4 \, x + 1\right )} \log \left (5 \, x + 3\right ) - 50 \, {\left (4 \, x^{2} - 4 \, x + 1\right )} \log \left (2 \, x - 1\right ) - 220 \, x + 231}{2662 \, {\left (4 \, x^{2} - 4 \, x + 1\right )}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/(1-2*x)^3/(3+5*x),x, algorithm="fricas")

[Out]

1/2662*(50*(4*x^2 - 4*x + 1)*log(5*x + 3) - 50*(4*x^2 - 4*x + 1)*log(2*x - 1) - 220*x + 231)/(4*x^2 - 4*x + 1)

________________________________________________________________________________________

giac [A]  time = 1.27, size = 33, normalized size = 0.77 \[ -\frac {20 \, x - 21}{242 \, {\left (2 \, x - 1\right )}^{2}} + \frac {25}{1331} \, \log \left ({\left | 5 \, x + 3 \right |}\right ) - \frac {25}{1331} \, \log \left ({\left | 2 \, x - 1 \right |}\right ) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/(1-2*x)^3/(3+5*x),x, algorithm="giac")

[Out]

-1/242*(20*x - 21)/(2*x - 1)^2 + 25/1331*log(abs(5*x + 3)) - 25/1331*log(abs(2*x - 1))

________________________________________________________________________________________

maple [A]  time = 0.01, size = 36, normalized size = 0.84 \[ -\frac {25 \ln \left (2 x -1\right )}{1331}+\frac {25 \ln \left (5 x +3\right )}{1331}+\frac {1}{22 \left (2 x -1\right )^{2}}-\frac {5}{121 \left (2 x -1\right )} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(1/(1-2*x)^3/(5*x+3),x)

[Out]

25/1331*ln(5*x+3)+1/22/(2*x-1)^2-5/121/(2*x-1)-25/1331*ln(2*x-1)

________________________________________________________________________________________

maxima [A]  time = 0.52, size = 36, normalized size = 0.84 \[ -\frac {20 \, x - 21}{242 \, {\left (4 \, x^{2} - 4 \, x + 1\right )}} + \frac {25}{1331} \, \log \left (5 \, x + 3\right ) - \frac {25}{1331} \, \log \left (2 \, x - 1\right ) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/(1-2*x)^3/(3+5*x),x, algorithm="maxima")

[Out]

-1/242*(20*x - 21)/(4*x^2 - 4*x + 1) + 25/1331*log(5*x + 3) - 25/1331*log(2*x - 1)

________________________________________________________________________________________

mupad [B]  time = 0.04, size = 26, normalized size = 0.60 \[ \frac {50\,\mathrm {atanh}\left (\frac {20\,x}{11}+\frac {1}{11}\right )}{1331}-\frac {\frac {5\,x}{242}-\frac {21}{968}}{x^2-x+\frac {1}{4}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(-1/((2*x - 1)^3*(5*x + 3)),x)

[Out]

(50*atanh((20*x)/11 + 1/11))/1331 - ((5*x)/242 - 21/968)/(x^2 - x + 1/4)

________________________________________________________________________________________

sympy [A]  time = 0.16, size = 34, normalized size = 0.79 \[ - \frac {20 x - 21}{968 x^{2} - 968 x + 242} - \frac {25 \log {\left (x - \frac {1}{2} \right )}}{1331} + \frac {25 \log {\left (x + \frac {3}{5} \right )}}{1331} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/(1-2*x)**3/(3+5*x),x)

[Out]

-(20*x - 21)/(968*x**2 - 968*x + 242) - 25*log(x - 1/2)/1331 + 25*log(x + 3/5)/1331

________________________________________________________________________________________